From: Juri Linkov Date: Mon, 22 Mar 2004 07:38:33 +0000 (+0000) Subject: (Sorting): Add missing quote. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23596 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a1f89841fc871e9cac7d806e9686e487e94bd7f1;p=emacs.git (Sorting): Add missing quote. --- diff --git a/lispref/text.texi b/lispref/text.texi index 413c10e29c1..bb57da746bf 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -1750,7 +1750,7 @@ REVERSE (non-nil means reverse order),\ BEG and END (region to sort). The variable `sort-fold-case' determines\ whether alphabetic case affects -the sort order. +the sort order." @end group @group (interactive "P\nr")